home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / popdbf35.com / POPDBF.HST < prev    next >
Text File  |  1989-11-03  |  9KB  |  230 lines

  1.             History of PopDBF Development
  2.             =============================
  3.  
  4. Future Features include:
  5. ----------------------------------------------
  6.  
  7.     +  Network version for multi-user access
  8.  
  9.     +  Memo read
  10.  
  11.     +  Zap function     \
  12.                  \
  13.     +  Pack function      ===== Programmers version available Jan '90
  14.                  /
  15.     +  Modify structure /
  16.  
  17. Version 3.5 - Released November 3, 1989
  18. ---------------------------------------
  19.  
  20.     +  Program is now just one version, EDIT.  However, a READ-ONLY
  21.        version is available upon request.
  22.  
  23.     +  Made necessary changes to join ASP.  Demo version is fully
  24.        functional with the only difference being the 'beg' screen.
  25.        The 'beg' screen is removed from registered copies.
  26.  
  27.     +  You no longer have to be in the directory where POPDBF.COM is
  28.        located when you load PopDBF into memory for context sensitive
  29.        help to be available.  However, POPDBF.HLP does need to be in
  30.        the same directory as POPDBF.COM.
  31.  
  32.     +  The default number of fields has been reduced from 128 to 64
  33.        and the default edit buffer has been reduced from 2K to 1K.
  34.        This is just to reduce the default memory footprint.  You can
  35.        specify /F128 and /E2048 on the command line to use the old
  36.        values.
  37.  
  38.     +  You can now get from any major area to any other major area
  39.        by directly pressing some ALT key combination.  The major
  40.        areas are: Append records, Browse records, Edit records,
  41.        File selection, view Structure.  Pressing ALT and the proper
  42.        capital letter will take you to that area.
  43.  
  44.     +  Pressing the ALT key will cause the status line to show a
  45.        menu with the areas described above and the appropiate letter
  46.        hilited as well as other options.
  47.  
  48.     +  Help has been greatly improved both in content and functionality.
  49.        You can now scroll up and down through help and hotkey out of it.
  50.  
  51.     +  You can now change the file access mode from anywhere by pressing
  52.        Alt-M.  File access mode must be read/write to Edit or Append.
  53.  
  54.     +  Frequently used files feature.  A file named POPDBF.FRQ can
  55.        contain up to 10 fully qualified database file names for access
  56.        from the Pick file window using Alt-1 through Alt-0.
  57.  
  58.     +  Current field and record are now shown with their corresponding
  59.        maximum (i.e. 10/200).
  60.  
  61.     +  While finding text the record number in the window border will
  62.        reflect the current record being searched.
  63.  
  64.     +  Added ability to search on a selected field or fields.  You
  65.        can also force the search string to be found entirely within
  66.        one field to avoid finding part of a string in one field and
  67.        the rest of it in adjacent field.
  68.  
  69.     +  Changed the key that moved the cursor to the first blank
  70.        character after any data in a field in Edit from Alt-End to
  71.            End.  Ctrl-E will now move to the last position in the field.
  72.  
  73.     +  Changed the century toggle key from Ctrl-D to Ctrl-C.
  74.  
  75.     +  Added two new command line arguments.  /D will allow you to
  76.        specify an initial directory and /Z will start the Browse window
  77.        in zoomed out (expanded) mode.
  78.  
  79.     +  Fixed an error which occured when deleting some characters in a
  80.        field while in Edit and then pressing the End key.  The error
  81.        did cause a Divide Overflow error, which forced a reboot.
  82.  
  83.     +  Fixed an error which occured when no files or directories were
  84.        found in the current directory on the current drive.  Now zero
  85.        files are displayed and you can use F3 to change drives or
  86.        hotkey out.
  87.  
  88.     +  Fixed an error in the find next which didn't beep when sitting
  89.        on the last record in the file, but should have.
  90.  
  91.     +  Fixed an error which occured when all fields in the structure
  92.        were marked (numbered).  EDIT would perform strangely when using
  93.        the hotkey to exit and re-enter.
  94.  
  95. Version 3.4 - Released August 17, 1989
  96. --------------------------------------
  97.  
  98.     +  Added message when trying to edit record in read mode.
  99.  
  100.     +  Added Alt-END to go to first postion AFTER last non-blank
  101.        character.
  102.  
  103.     +  Fixed a bug that caused underlying applications to terminate
  104.        when exiting PopDBF.  This really got fixed on 8/24/89, but
  105.        only a few people fell between the cracks.
  106.  
  107. Version 3.3 - Released July 24, 1989
  108. ------------------------------------
  109.  
  110.     +  Added the ability to view an index expression from the File
  111.        Selection window.
  112.  
  113.     +  Added ability to specify a default file specification by pressing
  114.        function key F4 from the File Selection window.
  115.  
  116.     +  Added ability to copy any record onto the current record being
  117.        appended or edited. (EDIT version only)
  118.  
  119.     +  Added ability to move a word at a time. (EDIT version only)
  120.  
  121.     +  Added system date stamp. (EDIT version only)
  122.  
  123.     +  Fixed many minor bugs in the edit routine. (EDIT version only)
  124.  
  125.     +  Fixed a bug which occurred when specifying a pass-thru filename
  126.        that contained wildcards.
  127.  
  128.     +  Fixed file selection to handle 0 files found.
  129.  
  130.     +  Smaller default buffer sizes.
  131.  
  132. Version 3.2 - Released June 17, 1989
  133. ------------------------------------
  134.  
  135.     +  Fixed a bug which occured when editing a character field that was
  136.        longer than 60 bytes.  The field was edited correctly, but the
  137.        cursor was positioned incorrectly.
  138.  
  139. Version 3.2 - Released May 31, 1989
  140. -----------------------------------
  141.  
  142.         +  There is now a "pass-thru" mode so you can use PopDBF without
  143.        installing it into memory.  You may also specify a file name with
  144.        this option and go right to browsing that file.
  145.  
  146.     +  Should work with all dBASE IV files.
  147.  
  148.  
  149. Version 3.1 - Released May 27, 1989
  150. -----------------------------------
  151.  
  152.     +  Fixed bug when assigning a mark and no other marks exist.
  153.  
  154.     +  After panning to the right, executing a ZOOM did force
  155.        browse display to begin with first field, but now works.
  156.  
  157.     +  You can now adjust the size of the read buffer in bytes, the size
  158.        of the edit buffer in bytes (EDIT version only), and the maximum
  159.        number of fields.  This is done by  specifying command line
  160.        parameters when loading PopDBF into memory.
  161.  
  162.     +  All windows now have shadows to give a 3-D look.
  163.  
  164. Version 3.0 - Released April 26, 1989 (first release to bulletin board)
  165. -----------------------------------------------------------------------
  166.  
  167.     +  Included the EDIT capability!!.
  168.  
  169.     +  Fixed the find-next to start at the record after the one the bar
  170.        is on instead of the second record from the top of the window.
  171.  
  172.     +  Changed find and find next to be F7 and F8 for easier operation.
  173.  
  174.     +  Failure of either a find or find next now causes the bell to sound.
  175.  
  176.     +  Added to /W switch to start in EDIT mode.
  177.  
  178.  
  179. Version 2.55 - Released April 9, 1989
  180. -------------------------------------
  181.  
  182.     +  Dates are now formatted correctly as MM/DD/YY.  Also, you
  183.        can now press Alt-D when browsing to toggle the century on
  184.        or off.  When on, the date is formatted as MM/DD/YYYY.
  185.  
  186.     +  Memos now show as the word 'memo'.
  187.  
  188.     +  Pressing F10 from FILE SELECTION will now work correctly, even
  189.        if an alternate path had been specified
  190.  
  191.  
  192. Version 2.54 - Released April  6, 1989
  193. --------------------------------------
  194.  
  195.     +  Fixed a bug in the find routine that could have caused system
  196.        crashes.
  197.  
  198.     +  Pressing the hotkey while entering find text now exits back to
  199.        the browse window instead of beginning the find.
  200.  
  201.     +  You can now assign sequence marks to unmarked fields.
  202.  
  203.     +  When printing records you may elect to limit the printing
  204.        to only those records in the print range that meet a previous
  205.        find condition.
  206.  
  207.     +  Alt-F1 will pop-up a help window with information about general
  208.        keyboard movement.
  209.  
  210.     +  Pressing PGDN in file selection or view structure when there are
  211.            less than a window's worth of entries now moves the bar to the
  212.            last entry in the window.
  213.  
  214. Version 2.53 - Released April 1, 1989
  215. ------------------------------------
  216.  
  217.     +  If help file is not found, error message did not show where it
  218.        expected it to be located.
  219.  
  220.     +  After panning to the right, executing a GOTO or a FIND did force
  221.        browse display to begin with first field, but now works.
  222.  
  223. Version 2.52 - Released on March 25, 1989 (1st release)
  224. -------------------------------------------------------
  225.  
  226.     +  Context sensitive help improved both in the area of speed and text.
  227.  
  228.     +  Added ability to toggle case sensitivity indicator while in the
  229.        find window.
  230.